projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e4180b
)
Adwaita: osd spinbutton specificity bump
author
Jakub Steiner
<jimmac@gmail.com>
Wed, 23 Sep 2020 08:16:55 +0000
(10:16 +0200)
committer
Jakub Steiner
<jimmac@gmail.com>
Wed, 23 Sep 2020 08:16:55 +0000
(10:16 +0200)
- mimic the peculiar selector from the normal style onto osd to
override.
Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/2769
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index 7ffc6f2f2f85ee0117ec9b16c3e5c65fb8e712d4..2ab2e5e5f2e1f7a8987b152f9a23223b1209ef22 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-1078,7
+1078,8
@@
spinbutton {
@extend %spinbutton_horz_entry;
}
- > button {
+ > button.image-button.up:not(.flat),
+ > button.image-button.down:not(.flat) {
@include button(undecorated);
color: $osd_fg_color;